Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump spiral/roadrunner from 2.12.3 to 2023.2.2 #369

Merged
merged 2 commits into from
Aug 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2023

Bumps spiral/roadrunner from 2.12.3 to 2023.2.2.

Release notes

Sourced from spiral/roadrunner's releases.

v2023.2.2

🚀 v2023.2.2 🚀

🩹 Fixes

  • 🐛 JOBS plugin: Fix typo in the RPC span name: PR, (thanks @​Kaspiman).
  • 🐛 SDK: Fix incorrect workers state when worker reached idleTTL state: BUG, (thanks @​Aleksa1996).

🧹 Chore:

  • 🧑‍🏭 HTTP plugin: faster PostForm/MultipartForm processing PR.
  • 🧑‍🏭 Golang: Update Golang version to v1.21.
  • 🧑‍🏭 Dependencies: update project dependencies.

v2023.2.1

Description of Changes

🚀 v2023.2.1 🚀

🩹 Fixes

  • 🐛 NATS driver: Segfault when sending job via third-party sender without consume_all option set to true: BUG, (thanks @​KernelMrex).
  • 🐛 Metrics plugin: Irregular panic when declaring metrics via on_init option: BUG, (thanks @​Kaspiman).
  • 🐛 Headers middleware: Inconsistent usage of CORS options, failed to apply allowed_* options with spaces: BUG, (thanks @​gam6itko).

🧹 Chore:

  • 🧑‍🏭 Dependencies: update project dependencies.

v2023.2.0

🚀 v2023.2.0 🚀

👀 New

  • ✒️ Kafka driver: Support for the SCRAM-SHA-256 and SCRAM-SHA-512 SASL mechanisms: FR, (thanks @​Azomas)
  • ✒️ Headers middleware: Actualize CORS support: FR, (thanks @​rmikalkenas, @​hustlahusky)
  • ✒️ RoadRunner CLI: Additional semgrep security scanner.
  • ✒️ Docker builds: New tags: v2023, v2023.x and with bugfix: v2023.x.x. The latest tag points to the latest stable release. All rc, beta, alpha releases will no longer be tagged with latest.
  • ✒️ Server plugin: after_init option. This is a new server option and, like on_init, can contain any custom command to be fired after each pool of workers is initialized. For example, if you have 2 plugins: http and grpc, the after_init command would be fired twice: FR, (thanks @​rauanmayemir).
  • ✒️ AMQP driver: Support for the TLS transport named amqps: FR, (thanks @​marcosraudkett)
  • ✒️ JOBS plugin: Support for the workers health/readiness checks. PR, (thanks @​Kaspiman)
  • ✒️ JOBS plugin: Delete all messages that were in the priority queue when the pipeline was deleted (1-st part of the BUG), BUG
  • ✒️ JOBS plugin: JOBS plugin now support reporting it's workers status with a simple query: http://<status_plugin_host>:<port>/ready(health)?plugin=jobs, PR, (thanks @​Kaspiman)
  • ✒️ Temporal plugin, internal: Pass history_len to the PHP worker and get the PHP-SDK version to pass to the Temporal server.
  • ✒️ Lock plugin: Completely rewritten. Now supports microseconds interval. Any ttl/wait_ttl value passed to RR is now treated as microseconds. There is no configuration for this plugin, it is bundled with RR.
  • ✒️ Service plugin: Add a new option for the graceful process timeout: timeout_stop_sec. RR will wait for the specified amount of time (but not more than endure.graceful_period) for the process to stop, FR, (thanks @​asanikovich)

🩹 Fixes

  • 🐛 JOBS plugin: Nil pointer exception on very fast (after RR was started, but JOBS worker failed to start) check for the JOBS metrics: BUG, (thanks @​Kaspiman).

... (truncated)

Changelog

Sourced from spiral/roadrunner's changelog.

🚀 v2023.2.2 🚀

🩹 Fixes

  • 🐛 JOBS plugin: Fix typo in the RPC span name: PR, (thanks @​Kaspiman).
  • 🐛 SDK: Fix incorrect workers state when worker reached idleTTL state: BUG, (thanks @​Aleksa1996).

🧹 Chore:

  • 🧑‍🏭 HTTP plugin: faster PostForm/MultipartForm processing PR.
  • 🧑‍🏭 Golang: Update Golang version to v1.21.
  • 🧑‍🏭 Dependencies: update project dependencies.

🚀 v2023.2.1 🚀

🩹 Fixes

  • 🐛 NATS driver: Segfault when sending job via third-party sender without consume_all option set to true: BUG, (thanks @​KernelMrex).
  • 🐛 Metrics plugin: Irregular panic when declaring metrics via on_init option: BUG, (thanks @​Kaspiman).
  • 🐛 Headers middleware: Inconsistent usage of CORS options, failed to apply allowed_* options with spaces: BUG, (thanks @​gam6itko).

🧹 Chore:

  • 🧑‍🏭 Dependencies: update project dependencies.

🚀 v2023.2.0 🚀

👀 New

  • ✒️ Kafka driver: Support for the SCRAM-SHA-256 and SCRAM-SHA-512 SASL mechanisms: FR, (thanks @​Azomas)
  • ✒️ Headers middleware: Actualize CORS support: FR, (thanks @​rmikalkenas, @​hustlahusky)
  • ✒️ RoadRunner CLI: Additional semgrep security scanner.
  • ✒️ Docker builds: New tags: v2023, v2023.x and with bugfix: v2023.x.x. The latest tag points to the latest stable release. All rc, beta, alpha releases will no longer be tagged with latest.
  • ✒️ Server plugin: after_init option. This is a new server option and, like on_init, can contain any custom command to be fired after each pool of workers is initialized. For example, if you have 2 plugins: http and grpc, the after_init command would be fired twice: FR, (thanks @​rauanmayemir).
  • ✒️ AMQP driver: Support for the TLS transport named amqps: FR, (thanks @​marcosraudkett)
  • ✒️ JOBS plugin: Support for the workers health/readiness checks. PR, (thanks @​Kaspiman)
  • ✒️ JOBS plugin: Delete all messages that were in the priority queue when the pipeline was deleted (1-st part of the BUG), BUG
  • ✒️ JOBS plugin: JOBS plugin now support reporting it's workers status with a simple query: http://<status_plugin_host>:<port>/ready(health)?plugin=jobs, PR, (thanks @​Kaspiman)
  • ✒️ Temporal plugin, internal: Pass history_len to the PHP worker and get the PHP-SDK version to pass to the Temporal server.
  • ✒️ Lock plugin: Completely rewritten. Now supports microseconds interval. Any ttl/wait_ttl value passed to RR is now treated as microseconds. There is no configuration for this plugin, it is bundled with RR.
  • ✒️ Service plugin: Add a new option for the graceful process timeout: timeout_stop_sec. RR will wait for the specified amount of time (but not more than endure.graceful_period) for the process to stop, FR, (thanks @​asanikovich)

🩹 Fixes

  • 🐛 JOBS plugin: Nil pointer exception on very fast (after RR was started, but JOBS worker failed to start) check for the JOBS metrics: BUG, (thanks @​Kaspiman).
  • 🐛 Service plugin: Incorrect parsing and assignment of the process_num value passed via RPC: BUG, (thanks @​asanikovich)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [spiral/roadrunner](https://github.com/roadrunner-server/roadrunner) from 2.12.3 to 2023.2.2.
- [Release notes](https://github.com/roadrunner-server/roadrunner/releases)
- [Changelog](https://github.com/roadrunner-server/roadrunner/blob/v2023.2.2/CHANGELOG.md)
- [Commits](roadrunner-server/roadrunner@v2.12.3...v2023.2.2)

---
updated-dependencies:
- dependency-name: spiral/roadrunner
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Aug 11, 2023
@TitusKirch TitusKirch merged commit fd1ad72 into dev Aug 20, 2023
1 check passed
@dependabot dependabot bot deleted the dependabot/composer/dev/spiral/roadrunner-2023.2.2 branch August 20, 2023 14:56
@TitusKirch TitusKirch added this to the Version 2.2.x milestone Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant